internal/runtime/maps.table.localDepth (field)

9 uses

	internal/runtime/maps (current package)
		map.go#L356: 	entries := 1 << (m.globalDepth - nt.localDepth)
		map.go#L364: 	if old.localDepth == m.globalDepth {
		map.go#L392: 	entries := 1 << (m.globalDepth - left.localDepth)
		table.go#L51: 	localDepth uint8
		table.go#L80: 		localDepth: localDepth,
		table.go#L753: 	entries := 1 << (it.m.globalDepth - it.tab.localDepth)
		table.go#L1180: 	localDepth := t.localDepth
		table.go#L1228: 	newTable := newTable(typ, uint64(newCapacity), t.index, t.localDepth)
		table_debug.go#L86: 	localDepth: `, t.localDepth, `